home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / console_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  326b  |  18 lines

  1. #ifndef _LVO_CONSOLE_LIB_H
  2. #define _LVO_CONSOLE_LIB_H
  3.  
  4. /*
  5.  *  $VER: console_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_CDInputHandler    (-0x2A)
  11. #define    LVO_RawKeyConvert    (-0x30)
  12. #define    LVO_consolePrivate1    (-0x36)
  13. #define    LVO_consolePrivate2    (-0x3C)
  14. #define    LVO_consolePrivate3    (-0x42)
  15. #define    LVO_consolePrivate4    (-0x48)
  16.  
  17. #endif
  18.